home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Internet Tools 1993 July
/
Internet Tools.iso
/
RockRidge
/
info-service
/
www
/
src
/
WWW
/
Library
/
Implementation
/
HTMLGen.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-06-09
|
460 b
|
30 lines
/* */
/* HTML generator
*/
#ifndef HTMLGEN_H
#define HTMLGEN_H
#include "HTML.h"
#include "HTStream.h"
/* Subclass:
*/
/* extern CONST HTStructuredClass HTMLGeneration; */
/* Special Creation:
*/
extern HTStructured * HTMLGenerator PARAMS((HTStream * output));
extern HTStream * HTPlainToHTML PARAMS((
HTPresentation * pres,
HTParentAnchor * anchor,
HTStream * sink));
#endif
/*
*/